home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / prodemo.exe / HP7550.PLT < prev    next >
Text File  |  1987-12-06  |  519b  |  13 lines

  1. * PCPRO plotter configuration file for Hewlette-Packard 7550
  2. DEVICE 1 4        ;plotter type, default port=com1
  3. WIDTH 10 "SP 1;"    ;pen width & command
  4. AXIS 1 2        ;coordinate calculation method, normal & rotate
  5. OFFSET 0 0        ;x & y plot offsets
  6. UNITS 1021 1021        ;plot units / inch
  7. INIT "IN;PU;SP 0;"    ;initialize command
  8. TERM "PU;SP 0;PA 0,0;"    ;terminate command
  9. DRAW "PD;PA%ld,%ld;"    ;move with pen down command
  10. MOVE "PU;PA%ld,%ld;"    ;move with pen up command
  11. DRAFT ""        ;draft mode command
  12. FINAL ""        ;final mode command
  13.